home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1998 April
/
MACPOWER-1998-04.ISO.7z
/
MACPOWER-1998-04.ISO
/
Shareware Paradise
/
Tabler.091.sit
/
Tabler 0.9.1
/
source code
/
Tabler.h
< prev
next >
Wrap
Text File
|
1996-11-02
|
669b
|
25 lines
/*
*--------------------------------------------------------------
* Tabler.h
*--------------------------------------------------------------
* A common include header
*--------------------------------------------------------------
*/
/* function prototypes in Tabler.App.c */
OSErr OpenSourceDoc(const FSSpec*);
/* function prototypes in Tabler.AE.c */
extern Boolean SetUpMyAppleEvent(void);
extern void RemoveMyAppleEvent(void);
/* function prototypes in Convert.c */
extern OSErr ConvertScrap(void);
extern void PlayAClick(void);
/* common glue prototype for playing click sound */
extern void SoundMyClick(void);
/* global flag */
extern Boolean gDone;